home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000217-20000824 / 000255_news@columbia.edu _Mon May 1 13:37:06 2000.msg < prev    next >
Internet Message Format  |  2000-08-23  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA08077
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 1 May 2000 13:37:04 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA02710
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 1 May 2000 13:36:59 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA16901
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 1 May 2000 13:09:33 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: shier@shorcan.com (Gord Shier)
  13. Subject: Making cursor invisible
  14. Message-ID: <390db8ef.747921707@news.bellglobal.com>
  15. Date: Mon, 01 May 2000 17:09:22 GMT
  16. Organization: Bell Solutions
  17. To: kermit.misc@columbia.edu
  18.  
  19. Hi.
  20.  
  21. I'm trying out MsKermit 3.14 to see if we can use it in our
  22. environment.  I am using VT220 emulation, and I would like to make the
  23. cursor invisible using the terminfo 'civis' string, which is
  24. '\E[?25h', according to my vt220 listing.  Sadly, this doesn't work.
  25. Is there an escape sequence that I can send to hide the cursor?
  26.  
  27. Thanks,
  28. Gord
  29. shier@shorcan.com